home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / CONTRIB / MAN_PC.ZIP / man_pc / whatis / whatisin.1 < prev    next >
Encoding:
Text File  |  1995-06-20  |  2.6 KB  |  77 lines

  1.  
  2.  WHATISIN(1)                                                     WHATISIN(1)
  3.  
  4.  NAME
  5.       whatisin - show contents of online documentation section
  6.  
  7.  SYNOPSIS
  8.       whatisin [ -P path ] [ section ]
  9.  
  10.  DESCRIPTION
  11.       The whatisin command displays a one line synopsis of each file in a
  12.       specified online documentation section.  To read the actual online
  13.       documentation, use the man(1) command.
  14.  
  15.       The argument section specifies a section similar to those in the 4.2
  16.       BSD UNIX Programmer's Manual (as explained below).  In this case, the
  17.       description of that section is printed along with a full list of all
  18.       documentation in that section.
  19.  
  20.       If no section is specified, whatisin displays a list of sections.
  21.  
  22.  OPTIONS
  23.       The following switch options are recognized:
  24.  
  25.       -P path
  26.            if a valid path is given, whatisin searches for the databases
  27.            there (see ENVIRONMENT).
  28.  
  29.  SECTION NAMES
  30.       The sections of the manual are based on the Unix Programmer's Manual:
  31.  
  32.       Sect UNIX Manual    Description
  33.       ---- -----------    -----------
  34.       0    General        overview of features and documentation
  35.       1    Commands  commands (like those in
  36.       n
  37.       )2   System calls   low-level library calls (C)
  38.       3    Subroutines    standard user calls (C)
  39.       4    Special files  things like emacs .CMD files
  40.       5    File formats   things like arc file formats
  41.       6    Games          games manual
  42.       7    Miscellaneous  miscellaneous information
  43.       8    Maintenance    system administration commands
  44.  
  45.       In addition, whatisin recognizes the following section names:
  46.  
  47.       l    local          files specific to local system
  48.       n    new       files added since current software release
  49.       o    old       files from previous software release
  50.  
  51.  ENVIRONMENT
  52.       Whatisin searches for the database file in the directory contained in
  53.       the MANPATH environment variable.  Note that the -P option overrides
  54.       this.  If neither MANPATH or -P are specified, a default path of
  55.       ``d:/usr/man'' is used.
  56.  
  57.                                     - 1 -          Formatted:  June 18, 1995
  58.  
  59.  WHATISIN(1)                                                     WHATISIN(1)
  60.  
  61.  FILES
  62.       MANPATH/whatisin.___     manual section list (contents)
  63.       MANPATH/whatis._?_  online documentation database files
  64.  
  65.  SEE ALSO
  66.       apropos(1), man(1), whatis(1), whereis(1)
  67.  
  68.  AUTHOR
  69.       Bill Rosenkranz
  70.       rosenkra@convex.com
  71.  
  72.  VERSION
  73.       whatisin 2.0.1 92/9/12 rosenkra
  74.  
  75.                                     - 2 -          Formatted:  June 18, 1995
  76.  
  77.